projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62e255
)
(list-one-abbrev-table): Use window-width instead of frame-width.
author
Juri Linkov
<juri@jurta.org>
Tue, 23 Mar 2004 07:35:59 +0000
(07:35 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 23 Mar 2004 07:35:59 +0000
(07:35 +0000)
lisp/abbrevlist.el
patch
|
blob
|
history
diff --git
a/lisp/abbrevlist.el
b/lisp/abbrevlist.el
index 77cf920b422c2878e7e5bfd50ff589774bdea5ba..9c8b0e0d5837116ad009c35fb774c3cbc5a619f1 100644
(file)
--- a/
lisp/abbrevlist.el
+++ b/
lisp/abbrevlist.el
@@
-39,7
+39,7
@@
abbrev-table)
(setq abbrev-list (sort abbrev-list 'string-lessp))
(while abbrev-list
- (if (> (+ first-column 40) (
frame
-width))
+ (if (> (+ first-column 40) (
window
-width))
(progn
(insert "\n")
(setq first-column 0)))